home *** CD-ROM | disk | FTP | other *** search
- -- This is the text file LINGO.INI. It is designed
- -- to tell Director for Windows what XObjects or
- -- DLLs should be loaded when starting DIRECTOR.EXE.
-
- on startup
-
- if string(0.0)="a" then nothing
- ---Fix problem with sounds not playing if
- ---Intel RSX is installed
- set the soundkeepdevice to 0
- ---beep
- ---Added to look for files in the "movie"
- ---subdirectory
- append(the searchpath, the pathname && "movie")
-
- end startup
-